Learn R Programming

celestial (version 1.3)

Cosmology Reference Sets: Cosmology parameter data included in celestial package.

Description

cosref: Cosmology H0 / OmegaM / OmegaL / Sigma8 parameters taken from Planck, WMAP1-9, Millennium Simulation and GiggleZ.

Usage

data(cosref)

Arguments

Details

The included data is a table of the following cosmological parameters:

Ref H0 OmegaM OmegaL Sigma8
737 70.0 0.300 0.700 NA
137 100.0 0.300 0.700 NA
Planck 67.3 0.315 0.685 0.829
WMAP9 69.3 0.288 0.712 0.817
WMAP7 70.4 0.275 0.725 0.816
WMAP5 70.5 0.274 0.726 0.812
WMAP3 70.4 0.268 0.732 0.776
WMAP1 72.0 0.290 0.710 0.900
Millennium 73.0 0.250 0.750 0.900
GiggleZ 70.5 0.273 0.727 0.812

References

Name Full Reference arXiv Refence
737 Simplified concordance cosomology NA
7378 Simplified concordance cosomology NA
Planck Planck Collaboration, 2014, A&A, 571, 16 arXiv:1303.5076v3
WMAP9 Hinshaw G., et al., 2013, ApJS, 208, 19 arXiv:1212.5226v3
WMAP7 Komatsu E., et al., 2010, ApJS, 192, 18 arXiv:1001.4538v3
WMAP5 Komatsu E., et al., 2009, ApJS, 180, 306 arXiv:0803.0547v2
WMAP3 Spergel D. N., et al., 2007, ApJS, 170, 377 arXiv:astro-ph/0603449v2
WMAP1 Spergel D. N., et al., 2003, ApJS, 148, 175 arXiv:astro-ph/0302209v3
Millennium Springel V., et al., 2005, Nature, 435, 629 arXiv:astro-ph/0504097v2
GiggleZ Poole G. B., et al., 201?, MNRAS, ?, ? arXiv:1407.0390v1

See Also

cosvol, cosmap, cosdist, cosgrow

Examples

Run this code
# NOT RUN {
data(cosref)
cosref[cosref[,'Ref']=='Planck',]
# }

Run the code above in your browser using DataLab